home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / text / DontCareFieldPosition.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  642 b   |  15 lines

  1. package java.text;
  2.  
  3. class DontCareFieldPosition extends FieldPosition {
  4.    static final FieldPosition INSTANCE = new DontCareFieldPosition();
  5.    private final Format.FieldDelegate noDelegate = new 1(this);
  6.  
  7.    private DontCareFieldPosition() {
  8.       super(0);
  9.    }
  10.  
  11.    Format.FieldDelegate getFieldDelegate() {
  12.       return this.noDelegate;
  13.    }
  14. }
  15.